home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 2 / Shareware Gold II - Volume 2 Number 1 - Wayzata Technology (7071) (1991).iso / dosutil / dostoolb / dolist.cfg < prev    next >
Text File  |  1990-03-28  |  1KB  |  40 lines

  1. ;DoList Configuration File
  2.  
  3. ;This file is read on DoList startup. DoList executes the command
  4. ;INT CONFIG. which reads this file and sets DoList up.
  5.  
  6. ;ReturnCodes show program return codes that are non zero
  7. ReturnCodes
  8.  
  9. ;Trace is for DoList Debugging. Shows generated command lines.
  10. ;Trace
  11.  
  12. ;Use AKEY if you want to add an ENTER at the end, BKEY if you don't.
  13. ;Function Keys F1-F10, AF1-AF10, CF1-CF10, SF1-SF10
  14. ;%C changes into the name of this configuration file.
  15. ;Note: Using || allows more than 1 command to be executed.
  16.  
  17. AKey AF1   ME %C||INT CONFIG       ;Edit DoList Configuration
  18. AKey CF1   INT SHOWKEYS|MORE       ;Display Key Help
  19. AKey SF1   INT SHOWALIAS           ;Display Alias List
  20. AKey AF2   Del *.BAK               ;Delete .BAK Files
  21. AKey SF2   INT DUMPENV X||ME X||INT LOADENV X||DEL X
  22. AKey F5    DM3.EXE                 ;Run DM3
  23. AKey F7    PD                      ;Pick Directory
  24.  
  25. AKey ALT-C Cls                     ;Clear Screen
  26. AKey ALT-D DoList                  ;Load DoList
  27. BKey ALT-E ME                      ;Run MarxEdit
  28. AKey ALT-F Free                    ;Free Space
  29. AKey ALT-M MapMem                  ;Memory Map
  30. AKey ALT-S SM D                    ;Load Smart DataBase
  31. AKey ALT-T Turbo                   ;Turbo Pascal
  32.  
  33. AKey ALT-5 @Trace Off              ;Debug DoList
  34. AKey ALT-6 @Trace On               ;Debug DoList
  35.  
  36. ;Aliases are used to translate commands. The first word is translated
  37. ;into the rest of the line.
  38.  
  39. ;end
  40.